home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / Demos_Files / Code_Generation / Testing the compiled program from the console.nsm < prev    next >
Encoding:
Text File  |  2002-03-08  |  673 b   |  19 lines

  1. subtitleTextBox. setText ("")
  2. mainTextBox. setText ("")
  3.  
  4. inputFile. setFlashFileMode ( 3 )
  5. activeOutputProbe. setFlashFileMode ( 3 )
  6.  
  7. SourcePath = macro. pathFromMacro ( "xorConsoleTesting.cpp" )
  8. control. setCodeGenProjectPath ( SourcePath )
  9.  
  10. activeBreadboard. select ( NULL , FALSE )
  11.  
  12. ControlMacroPath = macro. pathFromMacro ( "viewSourceCode2.nsm" )
  13. viewSourceCode. setMacroPath ( ControlMacroPath )
  14.  
  15. NextMacroPath = macro. pathFromMacro ( "Embedded training.nsm" )
  16. nextButton. setMacroPath ( NextMacroPath )
  17. SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
  18. MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
  19.